-
Notifications
You must be signed in to change notification settings - Fork 19
CI: add FreeBSD and NetBSD VM workflows. #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds CI workflows for FreeBSD and NetBSD VMs, replacing the shell-based pebble download script with a more flexible Perl implementation that supports additional platforms and can build from source when prebuilt binaries are unavailable.
Key changes:
- Replaced
build/get-pebble.shwithbuild/get-pebble.plfor cross-platform compatibility - Added new VM workflow file for FreeBSD and NetBSD testing
- Updated existing CI workflows to use the new Perl script and added concurrency controls
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| build/get-pebble.sh | Removed shell script for downloading pebble |
| build/get-pebble.pl | Added Perl script with prebuilt download support and build-from-source fallback |
| .github/workflows/vmactions.yaml | New workflow for FreeBSD and NetBSD VM testing |
| .github/workflows/sanitizers.yaml | Updated to use new pebble script and added concurrency controls |
| .github/workflows/ci.yaml | Updated to use new pebble script and added concurrency controls |
| .github/dependabot.yml | Added allow configuration for Cargo dependency updates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
5965b35 to
1dfee61
Compare
xeioex
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Shell implementation of get-pebble started getting too unwieldy, so it's been rewritten in Perl.
1dfee61 to
efdbc9f
Compare
No description provided.